GtkTextView: fix margin/padding scroll behaviour
authorSebastien Lafargue <slafargue@gnome.org>
Wed, 19 Aug 2015 10:33:06 +0000 (12:33 +0200)
committerSebastien Lafargue <slafargue@gnome.org>
Wed, 19 Aug 2015 20:51:39 +0000 (22:51 +0200)
commit8baab8f33d0dd1163152c11b4002967167e7edcd
treeee2fa7ebb6369dfc98cf1be15b3690b00a665740
parent25557c1c5d977acb5659e13394961524b67c2ec0
GtkTextView: fix margin/padding scroll behaviour

When you move line by line, only padding is
automaticly shown and you need to use Page key to show margin.

This commit also fix cursor going out of the screen bug.
gtk/gtktextview.c